home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Utilitare
/
Girder
/
girder331c.exe
/
{app}
/
Girder.exe
/
0
/
RCDATA
/
TFLYEDITOR
/
TFLYEDITOR.txt
Wrap
Text File
|
2004-05-19
|
6KB
|
290 lines
object FlyEditor: TFlyEditor
Left = 209
Top = 211
BorderStyle = bsDialog
Caption = 'FlyNodes Editor'
ClientHeight = 393
ClientWidth = 709
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 495
Top = 7
Width = 73
Height = 16
Caption = '&ImageIndex:'
FocusControl = ImageText
end
object Label2: TLabel
Left = 495
Top = 39
Width = 66
Height = 16
Caption = '&StateIndex:'
end
object Label3: TLabel
Left = 495
Top = 69
Width = 89
Height = 16
Caption = 'S&electedIndex:'
FocusControl = SelectedText
end
object Panel1: TPanel
Left = 0
Top = 348
Width = 709
Height = 45
Align = alBottom
BevelOuter = bvNone
TabOrder = 7
object Add: TButton
Left = 9
Top = 6
Width = 80
Height = 31
Caption = '&Add'
TabOrder = 0
OnClick = AddClick
end
object Button2: TButton
Left = 93
Top = 6
Width = 80
Height = 31
Caption = 'Add &Child'
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 177
Top = 6
Width = 80
Height = 31
Caption = '&Delete'
TabOrder = 2
OnClick = Button1Click
end
object Button4: TButton
Left = 261
Top = 6
Width = 80
Height = 31
Caption = 'C&lear'
TabOrder = 3
OnClick = Button4Click
end
object MoveUpBtn: TButton
Left = 345
Top = 6
Width = 80
Height = 31
Caption = 'Move &Up'
TabOrder = 4
OnClick = MoveUpBtnClick
end
object MovedownBtn: TButton
Left = 429
Top = 6
Width = 80
Height = 31
Caption = 'Move D&own'
TabOrder = 5
OnClick = MovedownBtnClick
end
object Button7: TButton
Left = 513
Top = 6
Width = 80
Height = 31
Caption = 'Add C&ell'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 599
Top = 6
Width = 80
Height = 31
Caption = 'Clea&r Cells'
TabOrder = 7
OnClick = Button8Click
end
end
object ImageText: TEdit
Left = 587
Top = 4
Width = 120
Height = 24
TabOrder = 1
OnChange = SelectedTextChange
OnKeyPress = ImageTextKeyPress
end
object SelectedText: TEdit
Left = 587
Top = 64
Width = 120
Height = 24
TabOrder = 2
OnChange = SelectedTextChange
OnKeyPress = ImageTextKeyPress
end
object Closebtn: TButton
Left = 607
Top = 183
Width = 99
Height = 30
Caption = 'OK'
ModalResult = 1
TabOrder = 3
end
object CancelBtn: TButton
Left = 607
Top = 226
Width = 100
Height = 30
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object Button5: TButton
Left = 498
Top = 112
Width = 210
Height = 31
Hint = 'Current values will be used as default values'
Caption = 'Set as Default Values'
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = Button5Click
end
object ApplyBtn: TButton
Left = 607
Top = 148
Width = 99
Height = 30
Caption = 'Apply'
TabOrder = 6
OnClick = ApplyBtnClick
end
object DeptsTree: TRapidTree
Left = 0
Top = 0
Width = 489
Height = 348
FitToHeight = False
DoubleBuffered = False
Align = alLeft
TransparentMode = False
RowCount = 1
FixedRows = 0
Options = [goRangeSelect, goDrawFocusSelected, goRowMoving, goEditing, goThumbTracking]
PopupMenu = PopupMenu1
TabOrder = 0
OnColumnMoved = DeptsTreeColumnMoved
OnKeyDown = DeptsTreeKeyDown
OnSelectCell = DeptsTreeSelectCell
OnEdited = DeptsTreeEdited
OnColumnWidthChanged = DeptsTreeColumnWidthChanged
HideSelection = False
Showlines = True
ShowRoot = True
ShowButtons = True
ShowImages = False
ShowLogic = False
SortType = stNone
WordWrap = False
AutoMove = True
ToolTips = False
AutoExpand = False
TooltipColor = clInfoBk
ToolTipPause = 1000
StatesDrawed = True
ColWidths = (
485)
Data = {
8900000001000000060854466C794E6F646577000000060943656C6C73546578
741300000006020D0A060648696464656E2000000000060A496D616765496E64
65783400000000000000060D53656C6563746564496E6465784B000000000000
00060A5374617465496E6465785F000000000000000604546578747300000006
0854466C794E6F646500000000}
end
object Button3: TButton
Left = 607
Top = 258
Width = 100
Height = 30
Caption = 'Load Nodes'
TabOrder = 8
OnClick = Button3Click
end
object Button6: TButton
Left = 607
Top = 292
Width = 100
Height = 30
Caption = 'Save Nodes'
TabOrder = 9
OnClick = Button6Click
end
object StateText: TComboBox
Left = 587
Top = 32
Width = 120
Height = 24
Style = csDropDownList
ItemHeight = 16
Items.Strings = (
'EMPTY'
'UNCHECKED'
'CHECKED'
'GRAYED'
'OPTIONED'
'UNOPTIONED')
TabOrder = 10
OnChange = SelectedTextChange
end
object Aligns: TRadioGroup
Left = 496
Top = 148
Width = 103
Height = 87
Caption = 'Alignment'
ItemIndex = 0
Items.Strings = (
'Left'
'Right'
'Center')
TabOrder = 11
Visible = False
OnClick = AlignsClick
end
object PopupMenu1: TPopupMenu
Left = 208
Top = 114
object EnumerateImageIndexes1: TMenuItem
Caption = 'Enumerate ImageIndexes'
OnClick = ImageIndex1Click
end
object EnumerateSelectedIndexes1: TMenuItem
Caption = 'Enumerate &SelectedIndexes'
OnClick = EnumerateSelectedIndexes1Click
end
object EnumerateBoth1: TMenuItem
Caption = 'Enumerate &Both'
OnClick = EnumerateBoth1Click
end
end
end